home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Dial CDEF ƒ / rectutils.h < prev    next >
Encoding:
Text File  |  1988-09-06  |  128 b   |  6 lines  |  [TEXT/KAHL]

  1. /*
  2.  * header for rect utils
  3.  */
  4. void RUMakeRect(Point p1, Point p2, Rect *r);
  5. void RUMakeDeltaRect(Point p1, Point d, Rect *r);
  6.